func github.com/andybalholm/brotli.backwardReferenceScore
8 uses
github.com/andybalholm/brotli (current package)
h5.go#L195: var score uint = backwardReferenceScore(uint(len), backward)
h6.go#L197: var score uint = backwardReferenceScore(uint(len), backward)
hash.go#L109: func backwardReferenceScore(copy_length uint, backward_reference_offset uint) uint {
hash.go#L149: score = backwardReferenceScore(matchlen, backward)
hash_forgetful_chain.go#L234: var score uint = backwardReferenceScore(uint(len), backward)
hash_longest_match_quickly.go#L169: var score uint = backwardReferenceScore(uint(len), backward)
hash_longest_match_quickly.go#L196: var score uint = backwardReferenceScore(uint(len), backward)
hash_rolling.go#L154: var score uint = backwardReferenceScore(uint(len), backward)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |